home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 January / Software of the Month Club 2000 January.iso / pc / Somc.dir / Internal_1.ls < prev    next >
Encoding:
Text File  |  1999-09-28  |  480 b   |  19 lines

  1. on startMovie
  2.   global SETUP
  3.   set the visible of sprite 2 to 0
  4.   set the visible of sprite 3 to 0
  5.   set SETUP to EMPTY
  6. end
  7.  
  8. on doSwap SCREENSHOTNAME, TEXTNAME
  9.   set the memberNum of sprite 6 to the memberNum of member SCREENSHOTNAME
  10.   set the memberNum of sprite 7 to the memberNum of member TEXTNAME
  11.   updateStage()
  12. end
  13.  
  14. on doCursor
  15.   set CURSOR1 to the memberNum of member "Cursor"
  16.   set CURSOR1MASK to the memberNum of member "CursorMask"
  17.   cursor([CURSOR1, CURSOR1MASK])
  18. end
  19.